[LIBXC] clean specified files instead of wildcarding
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 10 Aug 2006 09:55:54 +0000 (10:55 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 10 Aug 2006 09:55:54 +0000 (10:55 +0100)
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
tools/libxc/Makefile

index dbf3af94721dfe03895a4760f12e276c2e1961c9..f698d919b4f20fadf052d1f878ca7ecd146389e0 100644 (file)
@@ -99,8 +99,9 @@ TAGS:
 
 .PHONY: clean
 clean:
-       rm -rf *.a *.so* *.o *.opic *.rpm $(LIB) *~ $(DEPS) xen
-       rm -rf ia64/*.o ia64/*.opic
+       rm -rf *.rpm $(LIB) *~ $(DEPS) xen \
+            $(CTRL_LIB_OBJS) $(CTRL_PIC_OBJS) \
+            $(GUEST_LIB_OBJS) $(GUEST_PIC_OBJS)
 
 .PHONY: rpm
 rpm: build